-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix J9 Module #2341
Fix J9 Module #2341
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
If integration tests pass, I assume we are good to go with that.
//{"jdk11-adoptopenjdk-openj9"}, | ||
//{"9.0.50-jdk11-adoptopenjdk-openj9"} | ||
{"jdk11-adoptopenjdk-openj9"}, | ||
{"9.0.50-jdk11-adoptopenjdk-openj9"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
apm-agent-core/src/main/java/co/elastic/apm/agent/bci/IndyBootstrap.java
Show resolved
Hide resolved
Consider checking in the relocated classes in |
What does this PR do?
Fixes #2336
Fixes #2203
Checklist
Investigate why current Integration tests fail with J9 (they still fail even with this fix)this is a docker issue, containers now need to have--cgroupns host
option otherwise they don't see the expected files in/proc/self/cgroup
. This should be covered for all agents through cgroups v2 container.id discovery apm#523